home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gth035.zip / LANINFO.HLP < prev    next >
Text File  |  1990-08-17  |  5KB  |  129 lines

  1.  
  2. ╔═════════╦════════════════════════════════════════════════════════════
  3. ║ GT-HELP ║ Setting GT up for a LAN network
  4. ╚═════════╩════════════════════════════════════════════════════════════
  5.  
  6.  
  7. Up to 10 copies of GT can be run on a network.  It is probably best
  8. to get a node running stand-alone first, then add the network capability 
  9. when you are satisfied with the general operation.
  10.  
  11. I will assume this is not the first program you have configured to run
  12. across the network - if it is, you have some other reading to do first.
  13.  
  14.  
  15. ┌───────────────────┐
  16. │ DOS configuration │
  17. └───────────────────┘
  18.  
  19. The suggested configuration should include :
  20.  
  21.     In config.sys:              fcbs=24,12          (min)
  22.                                 stacks=62,512       (min)
  23.                                 buffers=25          (max)
  24.                                    
  25.     In autoexec.bat:            share /F:6144 /L:70 (min)
  26.  
  27.  
  28. ┌────────────────────────────────────────────────────────────────────────┐
  29. │ Each station running GT should have a separate copy of the GT.CNF file.│ 
  30. └────────────────────────────────────────────────────────────────────────┘
  31.     
  32. Normally they are all called GT.CNF, but each station needs a slightly
  33. different configuration - so GTPATH must point to a different directory on 
  34. each station.
  35.     
  36.   
  37. ┌───────────────────────────────────────────────────────────────────┐
  38. │ Choose one of the stations to be station 0 (PID 0 in GT's terms). │
  39. └───────────────────────────────────────────────────────────────────┘
  40.  
  41. Station 0 is the one that manages the user records.  
  42.  
  43. a)  Set its GTPATH in the environment to a local directory, copy your 
  44.     existing GT.CNF there (I assume its mostly correct already), start 
  45.     GT, execute ALT-I and find the LAN parameters (37).
  46.     
  47.  
  48. b)  Set PID number to 0, and assign an arbitrary name to it.
  49.     
  50.  
  51. c)  Set the LAN path to a drive and directory that can also be accessed
  52.     from the other stations.  This is where GT will store the user 
  53.     files.  A new (empty) directory is probably best.
  54.     
  55.  
  56. d)  Set some path names (ALT-I 26) :
  57.     
  58.     i)  Unique local directories:       Download
  59.                                         Capture
  60.                                         Log
  61.                                         
  62.     ii) Shareable directories:          Dflt File Area
  63.                                         Dflt Msg Base
  64.                                         Sys Msg Path
  65.                                         BBS/CBS file path
  66.                                         
  67.     The shareable directories can be on remote stations if you wish.
  68.     You are not obliged to share them between all copies of GT, but you 
  69.     would usually want to.
  70.     
  71.  
  72. ┌────────────────────┐
  73. │ Set other stations │
  74. └────────────────────┘
  75.  
  76. Set the other stations similarly, noting that :
  77.  
  78. a)  their PIDs should be unique numbers in the range 1 to 9
  79.     
  80. b)  their LAN paths should all point to the same directory as station 0
  81.     (though its path will probably be referred to differently when 
  82.     accessed remotely).
  83.  
  84. c)  their GTPATHs should all be local directories with no sharing
  85.     
  86. d)  If you want it to start up with the same defaults as station 0, use 
  87.     the same 'shareable' directories as station 0.  
  88.     
  89.  
  90. ┌────────────────────────┐
  91. │ Install the text files │
  92. └────────────────────────┘
  93.     
  94. a)  For the moment, put all your BBS and CBS files into the shared 
  95.     BBS/CBS file path.  The result of this will be that all stations
  96.     should look the same to callers.
  97.  
  98.     Except that if you intend to run netmail: 
  99.     
  100.             Nodelist.bbs, routing.bbs, schedule.bbs - the netmail 
  101.             software does not presently use the BBS/CBS path.  These 
  102.             must go in the GTPATH directory on whichever station you 
  103.             intend to run netmail.
  104.             
  105.             GTMDIR.BBS - if running netmail, you will need a GTPATH 
  106.             copy of this on the netmail station.
  107.             
  108.     Note:   If you later wish one of the stations to look different to 
  109.             the others, you can place a copy of any of these files in 
  110.             the GTPATH and edit it there.  That will then take 
  111.             precedence over the shared copy in the BBS/CBS path 
  112.             directory.
  113.         
  114.     In the case of the GTMDIR and GTDIR files, this assumes that you can 
  115.     'address' the file area and message base directories uniformally 
  116.     across the network.  The easiest way to do this is to assign unused
  117.     drive letters to the appropriate drives :
  118.     
  119.         lastdrive=z         (in config.sys)
  120.         subst m: c:\msgs    (autoexec.bat on station 1)
  121.         subst m: j:\msgs    (autoexec.bat on station 1)
  122.     
  123.     This allows the message base directories to be referred to as
  124.     m: even though the individual stations may address them differently.
  125.  
  126. ##MMR 2.16ß  !link JP  8-09-90  8:24 
  127.  
  128.  
  129.